data structure - translation to greek
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

data structure - translation to greek

PARTICULAR WAY OF STORING AND ORGANIZING DATA IN A COMPUTER
Data structures; Data Structures; Composite data structure; Structure (CS); Structure (computer science); Active data structure; Pattern Oriented Rule Implementation; Pattern oriented Rule Implementation; PORI; Data Structure; Datastructure; Data structure augmentation; Augmenting Data Structures; Linear and nonlinear data structure; Types of data structures; Types of Data Structures; Static and dynamic data structures; Construct (information technology)
  •  Python 3]].

data structure         
δομή δεδομένων
data transfer         
PHYSICAL TRANSFER OF DATA; TRANSFER OF DATA (A DIGITAL BIT STREAM OR A DIGITIZED ANALOG SIGNAL) OVER A POINT-TO-POINT OR POINT-TO-MULTIPOINT COMMUNICATION CHANNEL
Data communications; Data transfer; Digital communications; Digital Telecommunications; Digital communication; Data Transfer; Asynchronous transmission; Information transmission; Digital transmission; Network Transmission; Asynchronous data transfer; Data Communications; Data signal; Asynchronous data transmission; Synchronous data transfer; Synchronous data transmission; Transmitted Data; Digital signal (communications); Digital telecommunications; Digital telecommunication; Comms; Digital Communication; Data reception; Data transmission; TxD
μεταφορά δεδομένων
data communication         
PHYSICAL TRANSFER OF DATA; TRANSFER OF DATA (A DIGITAL BIT STREAM OR A DIGITIZED ANALOG SIGNAL) OVER A POINT-TO-POINT OR POINT-TO-MULTIPOINT COMMUNICATION CHANNEL
Data communications; Data transfer; Digital communications; Digital Telecommunications; Digital communication; Data Transfer; Asynchronous transmission; Information transmission; Digital transmission; Network Transmission; Asynchronous data transfer; Data Communications; Data signal; Asynchronous data transmission; Synchronous data transfer; Synchronous data transmission; Transmitted Data; Digital signal (communications); Digital telecommunications; Digital telecommunication; Comms; Digital Communication; Data reception; Data transmission; TxD
επικοινωνία δεδομένων

Definition

data structure
<data, programming> Any method of organising a collection of data to allow it to be manipulated effectively. It may include meta data to describe the properties of the structure. Examples data structures are: array, dictionary, graph, hash, heap, linked list, matrix, object, queue, ring, stack, tree, vector. (2003-09-11)

Wikipedia

Data structure

In computer science, a data structure is a data organization, management, and storage format that is usually chosen for efficient access to data. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data, i.e., it is an algebraic structure about data.